翻訳と辞書 |
Parallel language : ウィキペディア英語版 | Parallel language
A parallel language is a form of computer language that includes constructs that allow multiple units of work to be performed at the same time. This is different from sequential languages, which attach constraints to all of their keywords and other syntactic constructs, such that only one bit of work is free to be performed at any point as the computation moves forward. Parallel languages typically are sequential at their base, but include constructs that have looser constraints, which allow multiple bits of work to be performed in arbitrary order. An example would be a "do all" loop that allows all iterations of the loop body to be performed at the same time, or in any arbitrary overlapping. There are hundreds of different parallel programming languages. See also concurrent computing.
抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Parallel language」の詳細全文を読む
スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース |
Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.
|
|